Package-level declarations

Contains the main files to create a debug upload

Types

Link copied to clipboard

Simple builder to collect debug files and upload them to a custom bytebin server Ex:

Link copied to clipboard
class DebugFile(val filePath: Path, val fileType: FileType, val uiTabName: String)

Just a simple placeholder to referenced to the file and there to displaying file type and also the menu tab on den ui

Link copied to clipboard
class DebugUploadResult(val code: String, val uploadServer: String)

Result after uploaded the zip file to a bytepin server

Link copied to clipboard

File type for parsing in the frontend

Properties

Link copied to clipboard